Types
ArithmeticError = object of CatchableError
- Source Edit
OverflowError = object of ArithmeticError
- Source Edit
ZeroDivisionError = object of ArithmeticError
- Source Edit
ArithmeticError = object of CatchableError
OverflowError = object of ArithmeticError
ZeroDivisionError = object of ArithmeticError